@charset "UTF-8";
/* CSS Document */

.bandeau {
bbackground-image:url(../images/Banniere.png);
bbackground-repeat: no-repeat;
width:520px;
height:60px;
position:relative;
left:53%;
margin-left:-260px;
-moz-border-radius:2em 0;
}

.bandeautext {
width:520px;
height:60px;
position:absolute;
color:#FFFFCC;
text-align:center;
font-size:180%;
font-style:italic;
top:50%;
margin-top:-0.5em;
}

.textzone{
width:94%;
position:relative;
float:left;
padding:3%;
font-family:Arial;
font-size:17px;
text-align:justify;
margin-bottom:50px;
background-image:url(../images/TXM-background.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.cadre{
background:#CCCCCC;
border:dotted 1px;
-moz-border-radius:2em 2em;
padding:10px;
}
.larger{
font-size:140%;
}

h1 {
text-align: center;
font-family: sans-serif;
}

h2 {
font-family: sans-serif;
}

a {
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.bouton{
color:#0000FF;
font-weight:bold;
cursor:pointer;
/*background-color:#CECECE;
text-decoration:none;
padding:1px;*/
}

.bouton:hover{
/*color:#2A0000;
background-color:#BBD2E1*/
}

#powered_line {
text-align:right;
margin: 0px 30px 0px 0px;
}

#SplashScreen {
	width: 700px;
	height: 400px;
	margin: auto; 
	font-family:Arial;
	color:#990033;
	text-align:center;
}

.valign {
    vertical-align: middle;
}

